public class CollectionAddTest extends BaseCollectionTestCase
collection, collectionNamedbCharset, dbCollation, schema, sessionbaseUrl, DEFAULT_METADATA_CHARSET, fact, isSetForXTests, testHostInfo, testProperties| Constructor and Description |
|---|
CollectionAddTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddLargeDocument() |
void |
testAddNoDocs() |
void |
testAddOrReplaceOne() |
void |
testAddWithAssignedId() |
void |
testBasicAddDoc() |
void |
testBasicAddDocArray() |
void |
testBasicAddMap() |
void |
testBasicAddString() |
void |
testBasicAddStringArray() |
void |
testBug21914769()
Tests fix for Bug#21914769, NPE WHEN TRY TO EXECUTE INVALID JSON STRING.
|
void |
testBug92264()
Test for Bug#92264 (28594434), JSONPARSER PUTS UNNECESSARY MAXIMUM LIMIT ON JSONNUMBER TO 10 DIGITS.
|
void |
testBug92819()
Test for Bug92819 (28834959), EXPRPARSER THROWS WRONGARGUMENTEXCEPTION WHEN PARSING EMPTY JSON ARRAY.
|
void |
testChainedAdd() |
void |
testCollectionAddArray() |
void |
testCollectionAddBasic() |
void |
testCollectionAddBigKeyData() |
void |
testCollectionAddBigKeyDataString() |
void |
testCollectionAddBigKeys() |
void |
testCollectionAddManyKeys() |
void |
testCollectionAddManyRecords() |
void |
testCollectionAddStrings() |
void |
testGetGeneratedIds() |
setupCollectionTest, teardownCollectionTestassertNonSecureSession, assertPreparedStatementsCount, assertPreparedStatementsCountsAndId, assertPreparedStatementsStatusCounts, assertSecureSession, assertSecureSession, buildString, count_data, destroyTestSession, dropCollection, getPreparedStatementExecutionsCount, getPreparedStatementId, getPreparedStatementsCount, getPreparedStatementsCount, getPreparedStatementsCount, getPrepDeallocateCount, getPrepExecuteCount, getPrepPrepareCount, getThreadId, isMysqlRunningLocally, isServerRunningOnWindows, makeParam, makeParam, makeParam, setupTestSession, sqlUpdate, supportsTestCertificates, supportsTLSv1_2assertSessionStatusEquals, assertSessionStatusNotEquals, assertThrows, assertThrows, assertThrows, assertThrows, createAuthenticatedTestProtocol, createTempTestCollection, createTestProtocol, createTestSchema, createTestSession, dropTempTestCollection, getEncodedTestHost, getTestDatabase, getTestHost, getTestPassword, getTestPort, getTestUser, mysqlVersionMeetsMinimum, mysqlVersionMeetsMinimum@Test public void testBasicAddString()
@Test public void testBasicAddStringArray()
@Test public void testBasicAddDoc()
@Test public void testBasicAddDocArray()
@Test @Disabled(value="Collection.add(Map<String, ?> doc) is not implemented yet.") public void testBasicAddMap()
@Test public void testAddWithAssignedId()
@Test public void testChainedAdd()
@Test public void testAddLargeDocument()
@Test
public void testAddNoDocs()
throws java.lang.Exception
java.lang.Exception@Test public void testAddOrReplaceOne()
@Test public void testBug21914769()
@Test
public void testBug92264()
throws java.lang.Exception
java.lang.Exception@Test public void testBug92819()
@Test
public void testCollectionAddBasic()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddStrings()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddBigKeys()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddBigKeyData()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddBigKeyDataString()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddManyKeys()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddManyRecords()
throws java.lang.Exception
java.lang.Exception@Test
public void testCollectionAddArray()
throws java.lang.Exception
java.lang.Exception@Test
public void testGetGeneratedIds()
throws java.lang.Exception
java.lang.Exception