Skip to content

Instantly share code, notes, and snippets.

View samwhitehall's full-sized avatar

Sam Whitehall samwhitehall

View GitHub Profile
@samwhitehall
samwhitehall / TestScriptGenerator.java
Created April 19, 2012 14:29
Test Case Convertor
package tests;
import java.io.*;
public class TestScriptGenerator {
public int testCount = 0;
public FileWriter currentTestScript;
public static void main(String[] args) {
TestScriptGenerator tester = new TestScriptGenerator();