blob: afa33ddf626abce39dc82839c3aa06f3cd1842d1 [file] [log] [blame]
(*unittest.TestSuiteResult)({
DisplayName: (string) (len=17) "validate metadata",
FilePath: (string) "",
Passed: (bool) true,
ExecError: (error) <nil>,
TestsResult: ([]*unittest.TestJobResult) (len=1) {
(*unittest.TestJobResult)({
DisplayName: (string) (len=24) "should pass all metadata",
Index: (int) 0,
Passed: (bool) true,
ExecError: (error) <nil>,
AssertsResult: ([]*unittest.AssertionResult) (len=6) {
(*unittest.AssertionResult)({
Index: (int) 0,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=10) "matchRegex",
Not: (bool) false,
CustomInfo: (string) ""
}),
(*unittest.AssertionResult)({
Index: (int) 1,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=5) "equal",
Not: (bool) false,
CustomInfo: (string) ""
}),
(*unittest.AssertionResult)({
Index: (int) 2,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=10) "matchRegex",
Not: (bool) false,
CustomInfo: (string) ""
}),
(*unittest.AssertionResult)({
Index: (int) 3,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=5) "equal",
Not: (bool) false,
CustomInfo: (string) ""
}),
(*unittest.AssertionResult)({
Index: (int) 4,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=5) "equal",
Not: (bool) false,
CustomInfo: (string) ""
}),
(*unittest.AssertionResult)({
Index: (int) 5,
FailInfo: ([]string) {
},
Passed: (bool) true,
AssertType: (string) (len=13) "matchSnapshot",
Not: (bool) false,
CustomInfo: (string) ""
})
},
Duration: (time.Duration) 0s
})
},
SnapshotCounting: (struct { Total uint; Failed uint; Created uint; Vanished uint }) {
Total: (uint) 4,
Failed: (uint) 0,
Created: (uint) 4,
Vanished: (uint) 0
}
})