Home | History | Annotate | Download | only in ANTLRTests
      1 //
      2 //  ANTLRTests.m
      3 //  ANTLRTests
      4 //
      5 //  Created by Alan Condit on 4/7/11.
      6 //  Copyright 2011 Alan's MachineWorks. All rights reserved.
      7 //
      8 
      9 #import "ANTLRTests.h"
     10 
     11 
     12 @implementation ANTLRTests
     13 
     14 - (void)setUp
     15 {
     16     [super setUp];
     17     
     18     // Set-up code here.
     19 }
     20 
     21 - (void)tearDown
     22 {
     23     // Tear-down code here.
     24     
     25     [super tearDown];
     26 }
     27 
     28 @end
     29