-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7498247
commit aae0987
Showing
5 changed files
with
19 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,3 @@ | ||
Start testing: Jul 16 08:52 CEST | ||
Start testing: Jul 16 09:29 CEST | ||
---------------------------------------------------------- | ||
1/2 Testing: UnitTests | ||
1/2 Test: UnitTests | ||
Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit/Unit_tests" | ||
Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit | ||
"UnitTests" start time: Jul 16 08:52 CEST | ||
Output: | ||
---------------------------------------------------------- | ||
[==========] Running 12 tests from 4 test suites. | ||
[----------] Global test environment set-up. | ||
[----------] 6 tests from MarketDataTest | ||
[ RUN ] MarketDataTest.SingletonInstance | ||
[ OK ] MarketDataTest.SingletonInstance (0 ms) | ||
[ RUN ] MarketDataTest.NotifyObserver | ||
[ OK ] MarketDataTest.NotifyObserver (0 ms) | ||
[ RUN ] MarketDataTest.NotifyAllObservers | ||
[ OK ] MarketDataTest.NotifyAllObservers (0 ms) | ||
[ RUN ] MarketDataTest.AddAndUpdateStockData | ||
[ OK ] MarketDataTest.AddAndUpdateStockData (0 ms) | ||
[ RUN ] MarketDataTest.UpdateNonExistentStock | ||
[ OK ] MarketDataTest.UpdateNonExistentStock (0 ms) | ||
[ RUN ] MarketDataTest.RiskFreeRate | ||
[ OK ] MarketDataTest.RiskFreeRate (0 ms) | ||
[----------] 6 tests from MarketDataTest (0 ms total) | ||
|
||
[----------] 1 test from StockDataTest | ||
[ RUN ] StockDataTest.InvalidStockData | ||
[ OK ] StockDataTest.InvalidStockData (0 ms) | ||
[----------] 1 test from StockDataTest (0 ms total) | ||
|
||
[----------] 4 tests from PayoffSingleStrikeTest | ||
[ RUN ] PayoffSingleStrikeTest.PayoffCallTests | ||
[ OK ] PayoffSingleStrikeTest.PayoffCallTests (0 ms) | ||
[ RUN ] PayoffSingleStrikeTest.PayoffPutTests | ||
[ OK ] PayoffSingleStrikeTest.PayoffPutTests (0 ms) | ||
[ RUN ] PayoffSingleStrikeTest.PayoffDigitalCallTests | ||
[ OK ] PayoffSingleStrikeTest.PayoffDigitalCallTests (0 ms) | ||
[ RUN ] PayoffSingleStrikeTest.PayoffDigitalPutTests | ||
[ OK ] PayoffSingleStrikeTest.PayoffDigitalPutTests (0 ms) | ||
[----------] 4 tests from PayoffSingleStrikeTest (0 ms total) | ||
|
||
[----------] 1 test from PayoffDoubleStrikesTest | ||
[ RUN ] PayoffDoubleStrikesTest.PayoffDoubleDigitalTests | ||
[ OK ] PayoffDoubleStrikesTest.PayoffDoubleDigitalTests (0 ms) | ||
[----------] 1 test from PayoffDoubleStrikesTest (0 ms total) | ||
|
||
[----------] Global test environment tear-down | ||
[==========] 12 tests from 4 test suites ran. (0 ms total) | ||
[ PASSED ] 12 tests. | ||
<end of output> | ||
Test time = 0.01 sec | ||
---------------------------------------------------------- | ||
Test Passed. | ||
"UnitTests" end time: Jul 16 08:52 CEST | ||
"UnitTests" time elapsed: 00:00:00 | ||
---------------------------------------------------------- | ||
|
||
2/2 Testing: IntegrationTests | ||
2/2 Test: IntegrationTests | ||
Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration/Integration_tests" | ||
Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration | ||
"IntegrationTests" start time: Jul 16 08:52 CEST | ||
Output: | ||
---------------------------------------------------------- | ||
[==========] Running 0 tests from 0 test suites. | ||
[==========] 0 tests from 0 test suites ran. (0 ms total) | ||
[ PASSED ] 0 tests. | ||
<end of output> | ||
Test time = 0.01 sec | ||
---------------------------------------------------------- | ||
Test Passed. | ||
"IntegrationTests" end time: Jul 16 08:52 CEST | ||
"IntegrationTests" time elapsed: 00:00:00 | ||
---------------------------------------------------------- | ||
|
||
End testing: Jul 16 08:52 CEST | ||
End testing: Jul 16 09:29 CEST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
UnitTests 2 0.00937588 | ||
IntegrationTests 2 0.00869047 | ||
UnitTests 3 0.00582454 | ||
IntegrationTests 3 0.00482503 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters