1 package com.atlassian.activeobjects.junit; 2 3 //a marker interface for junit to catergorize tests 4 public interface H2Test { 5 }