Beispiel #1
0
 protected void assumeFail(TestContext tc, string blob, IVO.CMS.SemanticError[] expectedErrors, SemanticWarning[] expectedWarnings)
 {
     var bl = new MemoryStreamedBlob(blob);
     assumeFail(tc, bl, new TreeID(), expectedErrors, expectedWarnings);
 }
Beispiel #2
0
 protected void assertTranslated(TestContext tc, string blob, string expected, params SemanticWarning[] expectedWarnings)
 {
     var bl = new MemoryStreamedBlob(blob);
     assertTranslated(tc, bl, new TreeID(), expected, expectedWarnings);
 }