Class PrivateConstructorDemo

java.lang.Object
samples.constructor.PrivateConstructorDemo

public class PrivateConstructorDemo extends Object
Demonstrates the ability to invoke a test on a private constructor as well as lazy initialization of private collaborators.
Author:
Johan Haleby
  • Method Details

    • getConstructorResult

      public String getConstructorResult()