Create a new Java project in the usual way
Add the junit.jar library from eclipse/plugins/org.junit_3.8.1/junit.jar
Create a new class named ComplexTest. (Naming convention is that test classes end in "Test").
Use File/New/JUnit Test Case
Default options are fine for now