#include "stdinc.h"
#include "TermGrader.h"
#include "tests.h"
#include "TermTranslator.h"
#include "Term.h"
Go to the source code of this file.
|
#define | MIN_INDEX_TEST(from, to, maxDegree, strict, expectFind, expectedIndex) |
|
#define | MAX_INDEX_TEST(from, to, maxDegree, strict, expectFind, expectedIndex) |
|
#define MAX_INDEX_TEST |
( |
|
from, |
|
|
|
to, |
|
|
|
maxDegree, |
|
|
|
strict, |
|
|
|
expectFind, |
|
|
|
expectedIndex |
|
) |
| |
Value:
bool returnValue = grader.getMaxIndexLessThan \
(0, from, to, foundIndex, maxDegree - strict); \
} \
}
#define ASSERT_TRUE(VALUE)
#define ASSERT_FALSE(VALUE)
Definition at line 145 of file TermGraderTest.cpp.
#define MIN_INDEX_TEST |
( |
|
from, |
|
|
|
to, |
|
|
|
maxDegree, |
|
|
|
strict, |
|
|
|
expectFind, |
|
|
|
expectedIndex |
|
) |
| |
Value:
bool returnValue = grader.getMinIndexLessThan \
(0, from, to, foundIndex, maxDegree - strict); \
} \
}
#define ASSERT_TRUE(VALUE)
#define ASSERT_FALSE(VALUE)
Definition at line 48 of file TermGraderTest.cpp.