Ejemplo n.º 1
0
 Setup()
 {
     // because there is no BAM package, this can be set up incorrectly
     // see
     // - BamState.ExecutableDirectory (will be null)
     // - BamState.WorkingDirectory (will be null)
     // - Graph.PackageRepositories (will be empty)
     this.graph = Bam.Core.Graph.Instance;
     Bam.Core.TokenizedString.reset();
     Bam.Core.Module.reset();
 }
Ejemplo n.º 2
0
 Teardown()
 {
     this.graph = null;
     TokenizedStringTest.testModule = null;
 }