aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/backend/parser/TestCaseParser.java
blob: c9971770d2659e9b997eaf3bc48c7b04c9a5064f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package jcgp.backend.parser;

import java.io.File;

import jcgp.backend.modules.problem.TestCaseProblem;

public class TestCaseParser {

	public static void parse(File file, TestCaseProblem<?> problem) {
		
	}

}