Init() public method

Initializes the algorithm
public Init ( Session session ) : void
session Session The session.
return void
Beispiel #1
0
 public void InitTest()
 {
     ZlibOpenSsh target = new ZlibOpenSsh(); // TODO: Initialize to an appropriate value
     Session session = null; // TODO: Initialize to an appropriate value
     target.Init(session);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }