Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
codebase:testing [2024/10/18 20:19] – fponzi | codebase:testing [2025/03/25 10:49] (current) – fponzi | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Building and running tests ====== | ====== Building and running tests ====== | ||
You will need ant build system. '' | You will need ant build system. '' | ||
+ | |||
+ | ===== customBuild.xml common commands ==== | ||
+ | * compile: recompiles the production code for project. Required if you changed any code in src folder. | ||
+ | * compile-test: | ||
+ | * test-set: by using the parameter '' | ||
+ | Example: | ||
+ | < | ||
+ | ant -f customBuild.xml compile compile-test test-set -Dtest.testcases=" | ||
+ | </ | ||
===== Running a test with a debugger ===== | ===== Running a test with a debugger ===== |