コード例 #1
0
 public void GPhotoAlbumIdConstructorTest()
 {
     string initValue = "TestValue"; 
     GPhotoAlbumId target = new GPhotoAlbumId(initValue);
     Assert.AreEqual(initValue, target.Value);
 }
コード例 #2
0
 public void GPhotoAlbumIdConstructorTest1()
 {
     GPhotoAlbumId target = new GPhotoAlbumId();
     Assert.IsNotNull(target);
 }