This test class in gremlin-tests enforces exception requirements: https://github.com/apache/incubator-tinkerpop/blob/dbe17e60242f9276ff517ad3c89648c0056289e9/gremlin-test/src/test/java/org/apache/tinkerpop/gremlin/structure/ExceptionCoverageTest.java
On Mon, Feb 29, 2016 at 8:54 PM, Marko Rodriguez <okramma...@gmail.com> wrote: > Hello, > > I know that we have Graph.Exceptions, GraphComputer.Exceptions, etc. > converge that ensures we have test case for the various exceptions. I have > Memory.Exceptions -- where do I register that so its "covered" by the > TestSuite? > > Thank you, > Marko. > > http://markorodriguez.com > >