awips2/tests
Stephen Gilbert 0911e5a4ef Merge branch 'ncep_14.2.2-n' into ncep_14.4.1
Conflicts:
	cave/com.raytheon.uf.viz.ncep.displays.feature/feature.xml
	ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/dao/GeoMagK1minDao.java
	ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/dao/GeoMagK3hrDao.java
	ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/dao/NcUairToRecord.java
	ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java
	ncep/gov.noaa.nws.ncep.viz.gempak/META-INF/MANIFEST.MF
	ncep/gov.noaa.nws.ncep.viz.gempak/src/gov/noaa/nws/ncep/viz/gempak/util/GempakGrid.java
	ncep/gov.noaa.nws.ncep.viz.localization/localization/ncep/ResourceDefns/ResourceFilters.xml
	ncep/gov.noaa.nws.ncep.viz.rsc.ntrans/src/gov/noaa/nws/ncep/viz/rsc/ntrans/rsc/NtransResource.java
	ncep/gov.noaa.nws.ncep.viz.rsc.plotdata/src/gov/noaa/nws/ncep/viz/rsc/plotdata/plotModels/NcPlotImageCreator.java
	ncep/gov.noaa.nws.ncep.viz.rsc.plotdata/src/gov/noaa/nws/ncep/viz/rsc/plotdata/plotModels/NcPlotModelHdf5DataRequestor.java
	ncep/gov.noaa.nws.ncep.viz.rsc.plotdata/src/gov/noaa/nws/ncep/viz/rsc/plotdata/rsc/NcPlotResource2.java
	tests/.classpath

Former-commit-id: 09ae4e1dc5063df9f94d802f2630632d4c856fff
2014-12-16 13:06:21 -05:00
..
conf/res Issue #2615 Refactored Subscription valid time period calculation from BandwidthDaoUtil to 2014-01-10 16:37:09 -06:00
data Issue #2907 - Rename com.raytheon.edex.dataplugin.redbook to com.raytheon.uf.edex.dataplugin.redbook 2014-04-15 09:34:05 -05:00
deploy Issue #2106 Move deploy test properties to unit test code 2013-07-08 16:19:21 -05:00
integration/com/raytheon/uf/edex/registry/ebxml Omaha #3365 Removing and realigning AWIPS2 Baseline tests 2014-09-05 10:14:14 -05:00
lib Issue #2542 Jetty upgraded 2013-11-12 14:55:41 -06:00
manual/com/raytheon Omaha #3365 Separate Data Delivery tests out of AWIPS 2 baseline 2014-09-03 09:54:46 -05:00
python/gfe Issue #2033: Move GFE-specific localization files and other misc. code out of 2013-09-16 12:50:04 -05:00
resources Issue #2907 - Rename com.raytheon.edex.dataplugin.redbook to com.raytheon.uf.edex.dataplugin.redbook 2014-04-15 09:34:05 -05:00
unit Merge branch 'ncep_14.2.2-n' into ncep_14.4.1 2014-12-16 13:06:21 -05:00
utility Omaha #3365 Removing and realigning AWIPS2 Baseline tests 2014-09-05 10:14:14 -05:00
.classpath Merge branch 'ncep_14.2.2-n' into ncep_14.4.1 2014-12-16 13:06:21 -05:00
.gitignore 13.2.1-2 baseline 2013-01-23 11:18:44 -05:00
.project Issue #2307: Remove calls to PythonScript constructor without ClassLoader 2013-09-06 10:16:31 -05:00
.pydevproject Issue #2307: Remove calls to PythonScript constructor without ClassLoader 2013-09-06 10:16:31 -05:00
build.properties 13.5.1-4 baseline 2013-06-28 09:46:25 -04:00
build.xml Issue #2296 - Change email recipients of unit test failure email. 2013-10-02 09:54:16 -05:00
developer-build.properties 13.2.1-2 baseline 2013-01-23 11:18:44 -05:00
jenkins-build.properties Issue #2254 - Fix the nightly automated junit tests 2013-08-12 09:25:21 -05:00
README Issue #2207 removing custom org.junit 2013-07-25 16:48:18 -05:00
runTests.sh Issue #2254 - Send an email to omaha_awips on unit test failures or errors 2013-08-14 14:20:52 -05:00
tests.ecl 13.3.1-1 baseline 2013-02-20 16:19:40 -06:00

Notes on running tests:

1.  The order on the classpath of Hamcrest, Mockito, and JUnit is very  important to getting
     the tests to run correctly.  There are different versions of Hamcrest classes in each.