57 TUDEF(
"SVNumXRef",
"");
63 testFramework.changeSourceMethod(
" isConsistent");
69 testFramework.changeSourceMethod(
" NAVSTARIDAvailable");
78 testFramework.changeSourceMethod(
" getNAVSTAR");
85 TUFAIL(
"getNAVSTAR(0) should have failed");
87 catch( NoNAVSTARNumberFound )
95 testFramework.changeSourceMethod(
" NAVSTARIDActive");
104 testFramework.changeSourceMethod(
" getBlockType");
110 TUFAIL(
"getBlockType(0) should have failed");
112 catch( NoNAVSTARNumberFound )
119 testFramework.changeSourceMethod(
" getBlockTypeString");
125 testFramework.changeSourceMethod(
" getPRNID");
132 TUFAIL(
"getPRNID(0) did not fail");
134 catch( NoNAVSTARNumberFound )
142 testFramework.changeSourceMethod(
" PRNIDAvailable");
151 testFramework.changeSourceMethod(
" BlockTypeAvailable");
156 std::cout <<
"Total Failures for " << __FILE__ <<
": " << testFramework.countFails() << std::endl;
159 return testFramework.countFails();