コード例 #1
0
        public static BaseApp UseLayoutAssertionExtensionsBddLogging(this BaseApp baseApp)
        {
            var bddLoggingLayoutAssertionsExtensions = new BDDLoggingAssertionExtensionsService();

            bddLoggingLayoutAssertionsExtensions.SubscribeToAll();

            return(baseApp);
        }
コード例 #2
0
        public static void AddLayoutAssertionExtensionsBddLogging()
        {
            var bddLoggingLayoutAssertionsExtensions = new BDDLoggingAssertionExtensionsService();

            bddLoggingLayoutAssertionsExtensions.SubscribeToAll();
        }