Nasal Unit Testing Framework: Difference between revisions

m
Line 116: Line 116:


print( current_profile.systime() );
print( current_profile.systime() );
# or simply override the global symbols during initialization:
var systime = current_profile.systime;
print( systime() );
</syntaxhighlight>
</syntaxhighlight>