Package com.github.timurstrekalov.saga.core.sourcepreloader

Examples of com.github.timurstrekalov.saga.core.sourcepreloader.FileSystemSourcePreloader


            new WritesStatistics().write(config, totalStats);
        }
    }

    private void maybePreloadSources(final TestRunCoverageStatistics totalStats) throws IOException {
        new FileSystemSourcePreloader().preloadSources(config, totalStats);
    }
View Full Code Here

TOP

Related Classes of com.github.timurstrekalov.saga.core.sourcepreloader.FileSystemSourcePreloader

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.