This is RegressionTest.h in view mode; [Download] [Up]
/**************************************************
 * SynthBuilder
 * Copyright 1993 Nick Porcaro All Rights Reserved
 **************************************************/
#import <objc/Object.h>
@interface RegressionTest:Object
{
  // Outlet variables
  id theController;       // Connected in nib
  id theSP;               // The FakeSynthPatch, get from theController  
  id theMKCodeGen;        // Connected in nib
  id regressionDirField;
  char *theRegressionDir;
  id exampleDirField;
  char *theExampleDir;
  id inspector;
  id utilities;           // Connected in nib
}
- awakeFromNib;
- init;
- displayInspector:sender;
- setRegressionTestDir:sender;
- setExampleDir:sender;
- runRegressionTests:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.