testcases
37 rows where testsuite_id = 59792
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
2093735 | - 59792 | ContentHandlerSanityTest | testValidCovers | 0.000881 | 0 | 0 |
2093736 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002591 | 0 | 0 |
2093737 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001088 | 0 | 0 |
2093738 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001106 | 0 | 0 |
2093739 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000961 | 0 | 0 |
2093740 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000806 | 0 | 0 |
2093741 | - 59792 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000966 | 0 | 0 |
2093742 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.006994 | 0 | 0 |
2093743 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.008153 | 0 | 0 |
2093744 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.009359 | 0 | 0 |
2093745 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.023369 | 0 | 0 |
2093746 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.003186 | 0 | 0 |
2093747 | - 59792 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005583 | 0 | 0 |
2093748 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.008417 | 0 | 0 |
2093749 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.008587 | 0 | 0 |
2093750 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.006417 | 0 | 0 |
2093751 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.008863 | 0 | 0 |
2093752 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.006194 | 0 | 0 |
2093753 | - 59792 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.00667 | 0 | 0 |
2093754 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.00926 | 0 | 0 |
2093755 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.004759 | 0 | 0 |
2093756 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.003821 | 0 | 0 |
2093757 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.003766 | 0 | 0 |
2093758 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002829 | 0 | 0 |
2093759 | - 59792 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002719 | 0 | 0 |
2093760 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.001159 | 0 | 0 |
2093761 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.001034 | 0 | 0 |
2093762 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000823 | 0 | 0 |
2093763 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.00078 | 0 | 0 |
2093764 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000809 | 0 | 0 |
2093765 | - 59792 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000797 | 0 | 0 |
2093766 | - 59792 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002236 | 0 | 0 |
2093767 | - 59792 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002681 | 0 | 0 |
2093768 | - 59792 | DatabaseIntegrationTest | testValidCovers | 0.001186 | 0 | 0 |
2093769 | - 59792 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.15022 | 0 | 0 |
2093770 | - 59792 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.124255 | 0 | 0 |
2093771 | - 59792 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.110368 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );