Interface SandboxTestRunner.SandboxChildMapper

Enclosing class:
SandboxTestRunner

protected static interface SandboxTestRunner.SandboxChildMapper
An interface used by SandboxTestRunner.mapChildrenInSandbox(List, SandboxChildMapper) to map a list of FrameworkMethods within a specific Sandbox.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.junit.runners.model.FrameworkMethod>
    map(Sandbox sandbox, List<org.junit.runners.model.FrameworkMethod> methods)
     
  • Method Details

    • map

      List<org.junit.runners.model.FrameworkMethod> map(Sandbox sandbox, List<org.junit.runners.model.FrameworkMethod> methods)