A ScalaTest tag that enables us to focus attention on particular tests rather than running all of them each time.
Assert that a received message at the given zero-based index conforms
to an expected one in that it reports the same message label at the same
position.
Assert that a received message at the given zero-based index conforms
to an expected one in that it reports the same message label at the same
position.
Assert that the received list of messsages has recorded the expected
messages in the same order.
Assert that the received list of messsages has recorded the expected
messages in the same order.
Analogous to ScalaTest's assertResult but it uses optsame to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses optsame to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses same to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses same to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses optsame to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses optsame to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses same to compare
the two values instead of equality.
Analogous to ScalaTest's assertResult but it uses same to compare
the two values instead of equality.
Flag to decide whether to sanitise the output before comparison
of test results with expected results (see sanitise method).
Flag to decide whether to sanitise the output before comparison
of test results with expected results (see sanitise method).
Default is true; override with false if you want actual results
compared.
Fail a test with a message about finding something and expecting something else.
Fail a test with a message about finding something and expecting something else.
Make tests that process the files in path.
Make tests that process the files in path. name is an identifying
name for this set of tests. All files whose names end in srcext are
processed. Processing is done by the function compile which must
return either Some (s) where s is the output or None if processing
failed. If srcext is .x and resext is .y, then the expected result
for foo.x is found in file foo.y. If optinext is Some (z), then
foo.z is used for standard input, if it exists, otherwise the string
indefault is used. A test fails if either the processing fails or
it succeeds with the wrong result. argslist is used to specify the
sets of command-line arguments that you want to use. Each test is
run with each set of arguments. The default is an empty argument list.
(Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.
Sanitise the output.
Sanitise the output. At the moment this means make any Windows line endings appear in Unix style instead. This allows for either program or test output to use either line ending style, but tests will still pass. This will clearly break any tests where the actual line endings matter.
ScalaTest by default only shows the unqualified class name when it displays the name of the suite.
ScalaTest by default only shows the unqualified class name when it displays the name of the suite. If a suite class name is used in more than one package we can't tell them apart. Here we override the name that is printed so that we get a project relative source file name as well.
This definition assumes that the test suite resides in the library project, that the name of the suite class is the same as the basename of the file and that the file is located in the folder given by the package name.
Run the compiler in test mode using the given configuration.
Run the compiler in test mode using the given configuration.
Please use the afterAll(ConfigMap) method of trait BeforeAndAfterAllConfigMap instead.
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
Please use the beforeAll(ConfigMap) method of trait BeforeAndAfterAllConfigMap instead.
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.
(Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0
(Since version 2.10.0) lastNoSuccess was not thread-safe and will be removed in 2.11.0
Obr regression tests: compilation to assembly.