File: golden.passing_test

package info (click to toggle)
golang-github-jacobsa-ogletest 0.0~git20170503.80d50a7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: makefile: 6
file content (22 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[----------] Running tests from PassingTest
[ RUN      ] PassingTest.EmptyTestMethod
[       OK ] PassingTest.EmptyTestMethod
[ RUN      ] PassingTest.SuccessfullMatches
[       OK ] PassingTest.SuccessfullMatches
[ RUN      ] PassingTest.ExpectAliases
[       OK ] PassingTest.ExpectAliases
[ RUN      ] PassingTest.AssertAliases
[       OK ] PassingTest.AssertAliases
[ RUN      ] PassingTest.SlowTest
[       OK ] PassingTest.SlowTest (1234ms)
[----------] Finished with tests from PassingTest
[----------] Running tests from PassingTestWithHelpers
SetUpTestSuite ran.
[ RUN      ] PassingTestWithHelpers.EmptyTestMethod
SetUp ran.
TearDown ran.
[       OK ] PassingTestWithHelpers.EmptyTestMethod
TearDownTestSuite ran.
[----------] Finished with tests from PassingTestWithHelpers
PASS
ok somepkg 1.234s