Package se.unbound.tapestry.breadcrumbs.mocks

Examples of se.unbound.tapestry.breadcrumbs.mocks.LibraryMappingChecker


    @Test
    public void testContributeComponentClassResolver() {
        final ConfigurationMock<LibraryMapping> configuration = new ConfigurationMock<LibraryMapping>();
        BreadCrumbModule.contributeComponentClassResolver(configuration);
        configuration.assertConfiguration(new LibraryMappingChecker("crumb",
                "se.unbound.tapestry.breadcrumbs"));
    }
View Full Code Here

TOP

Related Classes of se.unbound.tapestry.breadcrumbs.mocks.LibraryMappingChecker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.