Skip to content
Snippets Groups Projects
Commit f9fe3fa0 authored by jez04's avatar jez04
Browse files

feat: :tada: solution

parent 7881901a
Branches
No related merge requests found
package jez04.structure.test;
public abstract class StructureMatcher<T> extends org.hamcrest.BaseMatcher<T>{
protected StructureHelper structureHelper = StructureHelper.getInstance();
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment