Nicolas Petton
|
4943e825ba
More class SUnit comments and refactorings
|
11 years ago |
Herbert Vojčík
|
e887dddd1a
*TestContext classes refactored.
|
11 years ago |
Herbert Vojčík
|
d02993725b
RunningTestContext >> execute: refactored for readability.
|
11 years ago |
Herbert Vojčík
|
53ebc7f826
graceTime: now works and produces timeouts.
|
12 years ago |
Herby Vojčík
|
5ed9da31b3
Async tests can now be rerun individually.
|
12 years ago |
Herby Vojčík
|
6891027d28
nextRunDo: removed, contextOf: creates context.
|
12 years ago |
Herby Vojčík
|
fb228e3276
#async: block of finished test not run.
|
12 years ago |
Herby Vojčík
|
7710e1cd34
tearDown called when async failure/error.
|
12 years ago |
Herby Vojčík
|
96416f75d9
Async SUnit tests, sans timeout.
|
12 years ago |
Herby Vojčík
|
6cae2d96ef
RunningTestContext governs run of single test case.
|
12 years ago |
Herby Vojčík
|
868fdfe7a2
tearDown call moved to TestResult >> runCase:
|
12 years ago |
Herby Vojčík
|
d818bac490
self resume, worker is instvar.
|
12 years ago |
Nicolas Petton
|
5921e6bb67
- fix the parser for '\\' selectors
|
11 years ago |
Herby Vojčík
|
231e7ae07a
TestSuiteRunner uses fork; impl. fork using pool.
|
12 years ago |
Herbert Vojčík
|
a5fd3c1916
Test{SuiteRunner,Result} competencies.
|
12 years ago |
Herbert Vojčík
|
867ef99701
Announce always, in ensure:
|
12 years ago |
Herbert Vojčík
|
0ac15010cc
Pharo-inspired changes; setUp/tearDown covered.
|
12 years ago |
Herbert Vojčík
|
1232d8861c
Serializing tests running while still fast.
|
12 years ago |
Herbert Vojčík
|
0b8aeeaeac
Recompile to fix compiler error with super.
|
12 years ago |
Herbert Vojčík
|
2e8f8bcf35
TestRunner: separate domain from presentation.
|
12 years ago |
Nicolas Petton
|
52a1183052
Build test for nodejs
|
12 years ago |
Nicolas Petton
|
a5d64a4838
- use the new code generator (with inlining) by default
|
12 years ago |
Nicolas Petton
|
04ae316d5a
Merge branch 'master' into impCodeGenerator
|
12 years ago |
Nicolas Petton
|
44bc2d4bbb
Added TestCase>>isAbstract
|
12 years ago |
Nicolas Petton
|
85133ae990
First try at a new compiler architecture
|
12 years ago |
Nicolas Petton
|
afd7523ef3
- Renamed AbstractCompiler >> loadExpression: to #evaluateExpression:
|
12 years ago |
Nicolas Petton
|
0c436c5586
Merge with dale
|
12 years ago |
Göran Krampe
|
3f7b01ba93
Fixed issue #54, added parenthesis around generated js assignments so that they work properly when nested in expressions.
|
13 years ago |
JohnnyT
|
973e51b934
Cleaned up old files and amber.js
|
13 years ago |
Nicolas Petton
|
4ecba95fd9
- Fix Object>>try:catch: and BlockClosure>>on:do: to answer the result of the block evaluation
|
13 years ago |