Package org.ilrt.inkling.test

Class Summary
AllInMemTests Runner for all in-memory (non-SQL tests)
AllInMemTestsRio Runner for all in-memory (non-SQL tests), but just with Rio (for small builds)
AllSQLTests Runs all SQL-related tests.
AllTests Runs all in-memory and SQL tests
BaseTestSQLGraph An SQL query, ensuring 'base' is returned ok.
BaseTestUnionGraph Tests base working for Graph and UnionGraph.
EtagScutterTest Testing etags.
GraphTest Checking two different methods of querying inmemory graphs
MySQLGraphTest Testing insertion and query of SQL graphs with MySQL
ParsersTest checking that two parsers (ARP and Rio) give the same size graphs
ParsersTest2 Using squish to query (in-memory) Graphs from different parsers.
PostgresqlTest Testing insertion and query of SQL graphs with Postgres
QueryI18NTest In-memory internationalization test.
QueryI18NTestMySQL Tests internationalization, creating a file i18ntestmysql.html.
QueryI18NTestPostgres Tests internationalization with Postgres, saving to i18ntestpostgres.html
ScutterTest No explicit test: just runs the scutter.
SQLCheckSize Checking an inmemory and SQL graph gives the same number of nodes.
SQLGraphTest Testing SQL queries and using ResultSets with getNode()
SQLGraphTestProv
SQLStressTest Increasing complexity of queries.
Squish2SQLTest Converting squish to an SQL query.
UnionGraphAddRemoveTest Check that we can add and remove statements by their subgraph within a UnionGraph
UnionGraphQueryProvenanceTest Checking that the UnionGraph remembers the bases of subgraphs, via a squish query and getNode()
UnionGraphSameStatementTest Basically want to make sure that a UnionGraph contains exactly the same statement object as the Graph it contains.
UnionGraphSquishQueryTest