public class jdk.tools.jaotc.test.collect.SearchPathTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.test.collect.SearchPathTest
  super_class: java.lang.Object
{
  private jdk.tools.jaotc.test.collect.FakeFileSupport fileSupport;
    descriptor: Ljdk/tools/jaotc/test/collect/FakeFileSupport;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.file.FileSystem fs;
    descriptor: Ljava/nio/file/FileSystem;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;

  public void setUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBefore cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeInvisibleAnnotations: 
      Before()

  public void itShouldUsePathIfPathIsAbsoluteAndExisting();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertSame(Path, Path) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldReturnNullIfPathIsAbsoluteAndNonExisting();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNull(Path) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldUseRelativeExisting();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertSame(Path, Path) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldSearchDefaultsBeforeSearchPaths();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(String, String) is undefined for the type SearchPathTest\n\tThe method assertEquals(Set<String>, Set<String>) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldUseSearchPathsIfNotInDefaults();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(String, String) is undefined for the type SearchPathTest\n\tThe method assertEquals(Set<String>, Set<String>) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void itShouldReturnNullIfNoExistingPathIsFound();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertNull(Path) is undefined for the type SearchPathTest\n\tThe method assertEquals(Set<String>, Set<String>) is undefined for the type SearchPathTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.tools.jaotc.test.collect.SearchPathTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/test/collect/SearchPathTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "SearchPathTest.java"