コード例 #1
0
        public MDCTabBarWithSingleTabUnitTest()
        {
            host = new TestHost();

            var mdTabBarJsInterop = new MDCTabBarJsInteropFake();

            host.AddService <IJSRuntime, JSRuntimeFake>(new JSRuntimeFake(mdTabBarJsInterop));
        }