com.cedarsolutions.junit.gwt.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cedar-common-gwttestutil Show documentation
Show all versions of cedar-common-gwttestutil Show documentation
Utility code for use in testing GWT, including a stubbed test runner using Mockito.
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* C E D A R
* S O L U T I O N S "Software done right."
* S O F T W A R E
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (c) 2013 Kenneth J. Pronovici.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Apache License, Version 2.0.
* See LICENSE for more information about the licensing terms.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Author : Kenneth J. Pronovici
* Language : Java 6
* Project : Common Java Functionality
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/**
* Utilities useful when unit testing GWT client-side code.
*
*
* Note that these classes are not translatable. The few JUnit classes
* that need to be translatable must reside in a package that is picked
* up by CedarCommon.gwt.xml.
*
*
* @author Kenneth J. Pronovici
*/
package com.cedarsolutions.junit.gwt;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy