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

feat: :tada: solution

parent 4ef5be7b
No related merge requests found
Pipeline #2572 canceled with stages
This diff is collapsed.
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