예제 #1
0
파일: MainTests.cs 프로젝트: ggammon/ApiAi
 public void EntityDeleteTest()
 {
     try
     {
         EntityService.DeleteEntity(new ConfigModel {
             AccesTokenDeveloper = DeveloperAccessToken
         }, ExampleEntityId);
     }
     catch (ApiAiException ex)
     {
         // Use debug to check this "ex" value
         Assert.Fail();
     }
 }