Exemplo n.º 1
0
 void IRunnableHook.Prologue(Runner runner, FID id)
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetExecutingAssembly());
 }
Exemplo n.º 2
0
 public void Setup()
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetExecutingAssembly());
 }
Exemplo n.º 3
0
 public bool Prologue(Runner runner, FID id, MethodInfo method, RunAttribute attr, ref object[] args)
 {
     ArowSerializer.RegisterTypeSerializationCores(Assembly.GetCallingAssembly());
     return(false);
 }