File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
cpp/ql/test/TestUtilities
java/ql/test/TestUtilities
python/ql/test/TestUtilities Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Provides a library for writing QL tests whose success or failure is based on expected results
3
- * embedded in the test source code as comments, rather than a `.expected` file.
3
+ * embedded in the test source code as comments, rather than the contents of an `.expected` file
4
+ * (in that the `.expected` file should always be empty).
4
5
*
5
6
* To add this framework to a new language:
6
7
* - Add a file `InlineExpectationsTestPrivate.qll` that defines a `LineComment` class. This class
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Provides a library for writing QL tests whose success or failure is based on expected results
3
- * embedded in the test source code as comments, rather than a `.expected` file.
3
+ * embedded in the test source code as comments, rather than the contents of an `.expected` file
4
+ * (in that the `.expected` file should always be empty).
4
5
*
5
6
* To add this framework to a new language:
6
7
* - Add a file `InlineExpectationsTestPrivate.qll` that defines a `LineComment` class. This class
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Provides a library for writing QL tests whose success or failure is based on expected results
3
- * embedded in the test source code as comments, rather than a `.expected` file.
3
+ * embedded in the test source code as comments, rather than the contents of an `.expected` file
4
+ * (in that the `.expected` file should always be empty).
4
5
*
5
6
* To add this framework to a new language:
6
7
* - Add a file `InlineExpectationsTestPrivate.qll` that defines a `LineComment` class. This class
You can’t perform that action at this time.
0 commit comments