public void TestEmptyCtr() { var obj = new RemoteLrs(); Assert.IsInstanceOf <RemoteLrs>(obj); Assert.IsNull(obj.Endpoint); Assert.IsNull(obj.Auth); Assert.IsNull(obj.Version); }
public void Init() { Console.WriteLine("Running " + TestContext.CurrentContext.Test.FullName); // // these are credentials used by the other OSS libs when building via Travis-CI // so are okay to include in the repository, if you wish to have access to the // results of the test suite then supply your own Endpoint, username, and password // _lrs = new RemoteLrs( "https://cloud.scorm.com/tc/U2S4SI5FY0/sandbox/", "Nja986GYE1_XrWMmFUE", "Bd9lDr1kjaWWY6RID_4" ); }