public static void Setup()
 {
     SetupAssembly.AssemblySetup();
 }
Example #2
0
 public void Setup()
 {
     SetupAssembly.AssemblySetup();
     SetupAssembly.AssemblySetupCrypto(_cryptoImplementation);
 }