private static FirebirdGenerator CreateFixture(QuoterOptions options = null) { var fbOptions = FirebirdOptions.StandardBehaviour(); return(new FirebirdGenerator( new FirebirdQuoter(fbOptions, new OptionsWrapper <QuoterOptions>(options)), FirebirdOptions.StandardBehaviour(), new OptionsWrapper <GeneratorOptions>(new GeneratorOptions()))); }
public void Setup() { Generator = new FirebirdGenerator(FirebirdOptions.StandardBehaviour()); }
public FirebirdGeneratorTests() { generator = new FirebirdGenerator(FirebirdOptions.StandardBehaviour()); }