Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xunit from 2.5.3 to 2.6.4 #33

Closed
wants to merge 1 commit into from

Bump xunit from 2.5.3 to 2.6.4

37f8659
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump xunit from 2.5.3 to 2.6.4 #33

Bump xunit from 2.5.3 to 2.6.4
37f8659
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report succeeded Dec 25, 2023 in 0s

Test Report ✅

Tests passed successfully

✅ TestResults/test-results.trx

15 tests were completed in 7s with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Bi5.Net.Tests.ArrayUtilsTest 3✅ 15ms
Bi5.Net.Tests.LzmaCompressorTest 5✅ 159ms
Bi5.Net.Tests.TimeframeUtilsTests 6✅ 12ms
Bi5.Net.Tests.WebFactoryTests 1✅ 334ms

✅ Bi5.Net.Tests.ArrayUtilsTest

✅ Check_Conversion_Test
✅ Checking_Wrong_Byte_Array_Test
✅ Convert_Bi5_Bytes_To_Array

✅ Bi5.Net.Tests.LzmaCompressorTest

✅ Check_Decompress_Bi5_File_Test
✅ Check_Decompress_Bi5_File_Wrong_Parameters_Test
✅ Check_Decompress_Bi5_Stream_Test
✅ Check_Decompress_Bi5_Stream_Wrong_Parameters_Test
✅ Check_Decompress_Byte_Array

✅ Bi5.Net.Tests.TimeframeUtilsTests

✅ GetTimestampForCandle_Test(expectedResult: 2021-01-01T00:00:00.0000000, testData: 2021-01-01T10:35:14.5660000, timePart: Month, tfScale: 1)
✅ GetTimestampForCandle_Test(expectedResult: 2021-01-01T09:00:00.0000000, testData: 2021-01-01T09:35:14.5660000, timePart: Hour, tfScale: 1)
✅ GetTimestampForCandle_Test(expectedResult: 2021-01-01T10:22:00.0000000, testData: 2021-01-01T10:22:14.5660000, timePart: Min, tfScale: 1)
✅ GetTimestampForCandle_Test(expectedResult: 2021-01-01T10:35:17.0000000, testData: 2021-01-01T10:35:17.5660000, timePart: Sec, tfScale: 1)
✅ GetTimestampForCandle_Test(expectedResult: 2021-01-13T00:00:00.0000000, testData: 2021-01-13T10:35:14.5660000, timePart: Day, tfScale: 1)
✅ GetTimestampForCandle_Test(expectedResult: 2024-01-01T00:00:00.0000000, testData: 2024-01-01T10:35:14.5660000, timePart: Year, tfScale: 1)

✅ Bi5.Net.Tests.WebFactoryTests

✅ Download_TickData_Test