-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
19 lines (18 loc) · 901 Bytes
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
1.0.1
- Fix expect() ambiguous bug which occured with CLang
- Change format of outputs which are captured by MuteStream or setVerboseMode
- Change in resultset.h example
2.0.0
- New API for LTest. LTest::addTest becomes ltest().addTest()
- threads option to run the tests async (example: ltest().threads(4).run(); //runs tests with 4 threads)
- optional run() parameters are setted by functions (for example ltest().format(Format::Text).run())
- force()
- format(Format)
- outstream(std::ostream&)
- threads(unsigned int)
- manageFixture() synchronized fixture use between threads
- Namespace LTestSource for internal Classes, Types and Functions
- Namespace LTestOut for Output Classes and Types (for example Format::Text becomes LTestOut::Format::Text)
- setVerboseMode() renamed to setStreamCaptureMode()
- VerboseMode renamed to CaptureMode
- Additional CaptureMode DIRECTOUT