Annotation Type WithComponents

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] isolatedPackages
      You can isolate some packages during the test.
    • Element Detail

      • value

        String value
        Returns:
        the package containing the component(s).
      • isolatedPackages

        String[] isolatedPackages
        You can isolate some packages during the test. Note that in the context of a test this can have side effects so ensure to know what you are doing.
        Returns:
        the package laoded from their own classloader.
        Default:
        {}