Constructor

The constructor of the Java test class is required to assign a SilkPerformer context object, which is an instance of the SilkPerformer class, to the previously defined member called SilkPerformer. The SilkPerformer context object is passed to the constructor through the constructor’s parameter. The constructor definition should resemble the following:

public Test(SilkPerformer perf)
{
  SilkPerformer = perf;
}