public class MongoTimestampElementTest extends Object
MongoTimestampElement class.| Constructor and Description |
|---|
MongoTimestampElementTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAccept()
Test method for
MongoTimestampElement.accept(com.allanbank.mongodb.bson.Visitor)
. |
void |
testCompareTo()
Test method for
MongoTimestampElement.compareTo(Element). |
void |
testEqualsObject()
Test method for
MongoTimestampElement.equals(java.lang.Object) . |
void |
testGetValue()
Test method for
MongoTimestampElement.getTime(). |
void |
testMongoTimestampElement()
Test method for
MongoTimestampElement.MongoTimestampElement(java.lang.String, long)
. |
void |
testThrowsOnNullName()
|
void |
testToString()
Test method for
AbstractElement.toString(). |
void |
testValueAsObject()
Test method for
MongoTimestampElement.getValueAsObject(). |
void |
testValueAsString()
Test method for
AbstractElement.getValueAsString(). |
void |
testWithName()
Test method for
MongoTimestampElement.withName(String). |
void |
testWithNameWhenSameName()
Test method for
MongoTimestampElement.withName(String). |
public void testAccept()
MongoTimestampElement.accept(com.allanbank.mongodb.bson.Visitor)
.public void testCompareTo()
MongoTimestampElement.compareTo(Element).public void testEqualsObject()
MongoTimestampElement.equals(java.lang.Object) .public void testGetValue()
MongoTimestampElement.getTime().public void testMongoTimestampElement()
MongoTimestampElement.MongoTimestampElement(java.lang.String, long)
.public void testThrowsOnNullName()
public void testToString()
AbstractElement.toString().public void testValueAsObject()
MongoTimestampElement.getValueAsObject().public void testValueAsString()
AbstractElement.getValueAsString().public void testWithName()
MongoTimestampElement.withName(String).public void testWithNameWhenSameName()
MongoTimestampElement.withName(String).Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.