Testing Tutorial: Getting Started
From KratosWiki
(Difference between revisions)
(Created page with "== Writing your first Test == == Running Tests ==") |
(→Writing your first Test) |
||
Line 1: | Line 1: | ||
== Writing your first Test == | == Writing your first Test == | ||
− | + | The most straightforward way to create a test case is using the KRATOS_TEST_CASE macro: | |
− | + | ||
− | + | ||
== Running Tests == | == Running Tests == |
Latest revision as of 10:17, 9 September 2016
Writing your first Test
The most straightforward way to create a test case is using the KRATOS_TEST_CASE macro: