NodeFindInPathTestsCategory: added
This commit is contained in:
parent
9f3aec202a
commit
02d07605c0
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
package net.kemitix.node;
|
||||
|
||||
/**
|
||||
* Category marker for tests relating to implementations of Node.findInPath(...).
|
||||
*
|
||||
* @author Paul Campbell
|
||||
*/
|
||||
public interface NodeFindInPathTestsCategory {
|
||||
}
|
Loading…
Reference in a new issue