testcases
37 rows where testsuite_id = 148708
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
4486777 | - 148708 | ContentHandlerSanityTest | testValidCovers | 0.000857 | 0 | 0 |
4486778 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002193 | 0 | 0 |
4486779 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001052 | 0 | 0 |
4486780 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001043 | 0 | 0 |
4486781 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000974 | 0 | 0 |
4486782 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.00084 | 0 | 0 |
4486783 | - 148708 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000902 | 0 | 0 |
4486784 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.006672 | 0 | 0 |
4486785 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.007315 | 0 | 0 |
4486786 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003499 | 0 | 0 |
4486787 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.014414 | 0 | 0 |
4486788 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002905 | 0 | 0 |
4486789 | - 148708 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005408 | 0 | 0 |
4486790 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.008286 | 0 | 0 |
4486791 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.008966 | 0 | 0 |
4486792 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.012695 | 0 | 0 |
4486793 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.016782 | 0 | 0 |
4486794 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.009141 | 0 | 0 |
4486795 | - 148708 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.0076 | 0 | 0 |
4486796 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.004213 | 0 | 0 |
4486797 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.002666 | 0 | 0 |
4486798 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002352 | 0 | 0 |
4486799 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002271 | 0 | 0 |
4486800 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002403 | 0 | 0 |
4486801 | - 148708 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002216 | 0 | 0 |
4486802 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000963 | 0 | 0 |
4486803 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000786 | 0 | 0 |
4486804 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.00081 | 0 | 0 |
4486805 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000737 | 0 | 0 |
4486806 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000813 | 0 | 0 |
4486807 | - 148708 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000916 | 0 | 0 |
4486808 | - 148708 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.001843 | 0 | 0 |
4486809 | - 148708 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002366 | 0 | 0 |
4486810 | - 148708 | DatabaseIntegrationTest | testValidCovers | 0.001187 | 0 | 0 |
4486811 | - 148708 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.126229 | 0 | 0 |
4486812 | - 148708 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.117788 | 0 | 0 |
4486813 | - 148708 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.104408 | 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) );