Package junit.extensions.eclipse.quick.javadoc.exception

Examples of junit.extensions.eclipse.quick.javadoc.exception.QuickJUnitJavaDocExtensionException


        IStatus status = createSystemErrorStatus(e, caller);
        getLog().log(status);
    }

    public void logSystemErrorMessage(String message, Object caller) {
        IStatus status = createSystemErrorStatus(new QuickJUnitJavaDocExtensionException(message), caller);
        getLog().log(status);
    }
View Full Code Here

TOP

Related Classes of junit.extensions.eclipse.quick.javadoc.exception.QuickJUnitJavaDocExtensionException

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.