Ejemplo n.º 1
0
 public void LoadsLikeNormal()
 {
     dynamic db2 = new BiggyDB();
       Assert.True(db2.Clowns.Count > 0);
 }
Ejemplo n.º 2
0
	public void NotUsingDbThrowsNullReference() {
		using (var db = new BiggyDB())
		{ }
	}