PartTestRunner
X
M
–
+
-
run
save
1
2
3
function
testXYTESTNAME
(
aPart
)
{
this
.
assert
(
true
,
'true should be true'
)
;
}
X