Customizing a Silk Performer Project to Use the Required Eclipse Notation

Before you begin this task, import your Silk Performer project into Eclipse.

You can customize a Silk Performer Java Framework project that has been created with Silk Performer or Silk Performer Java Explorer manually so that it fulfills the required Eclipse notation used by the Silk Performer Eclipse Plug-In.

  1. Open the test class in Eclipse and modify it according to the following rules:
    1. The test class must implement the silk.performer.ITestClass interface.
    2. The method for test initialization must be named testInit and take a single parameter of type Silk Performer.
    3. The method for test finalization must be named testEnd.
    4. All test methods must start with the prefix test and may not have any parameters.
  2. Save your changes.