reset password
Author Message
angel3z
Posts: 4
Posted 21:25 Mar 06, 2014 |

For the ArrayMethods testing part, can we use a tester class or do we have to use Junit? Also can I see the 1st junit example for swapFirstAndLast(). Thanks

Eric Liao
Posts: 158
Posted 21:30 Mar 06, 2014 |

You should implement the JUnit test but feel free to create tester class to take input from console to test it. Eventually, you will realize using JUnit to test is actually easier. I will provide the JUnit test both here and in description. see below code snippet.

angel3z
Posts: 4
Posted 21:36 Mar 06, 2014 |

Thank You.

Also Eric what is your email?

Eric Liao
Posts: 158
Posted 21:37 Mar 06, 2014 |

rcliao01 [at] gmail [dot] com

You can find it on the class website.