Example #1
0
		//認証ゲームオブジェクト生成
		public void AuthenticateObject(){
		if(aut == null)
			aut = (new GameObject()).AddComponent<Authentication>();
		}
		[SetUp] public void Init()
		{
			aut = Substitute.For<Authentication>();
		}