コード例 #1
0
        public void TestGetApplicationData()
        {
            var appManagerController = new AppManagerController();



            var result = appManagerController.GetApplicationData();

            result.Should().NotBeNull();
            result.IsSuccessStatusCode.Should().BeTrue();
        }
コード例 #2
0
 void Awake()
 {
     database         = this.GetComponent <InfoDataManager>();
     managerContoller = this.GetComponent <AppManagerController>();
 }