Advertising
advertising
related pastes to tag 'unit'
- 1203319 - Primeiro Python do PacMan: test python unit
-
- #!/usr/bin/python
- import unittest
- class CalculadoraDeQuadrados:
- def quadradoDe(this,x):
- return x*x
- 737294 - unit test delay: test delay unit
-
- Object.extend(Test.Unit.Runner.prototype, (function() {
- function delayCallback(test) {
- if(test.delay) return;
- clearInterval(test.delayInterval);
- this.runTests.call(this);
- }
- return {
- 737293 - unit test delay: test delay unit
-
- Object.extend(Test.Unit.Runner.prototype, (function() {
- function delayCallback(test) {
- if(test.delay) return;
- clearInterval(test.delayInterval);
- this.runTests.call(this);
- }
- return {