/testability-explorer/src/test/java/com/google/test/metric/EndToEndTest.java
http://testability-explorer.googlecode.com/ · Java · 15 lines · 7 code · 3 blank · 5 comment · 0 complexity · c41bdfcfb376581b9b12baebfab1a3f2 MD5 · raw file
- // Copyright 2008 Google Inc. All Rights Reserved.
- package com.google.test.metric;
- import junit.framework.TestCase;
- /**
- * Run the actual testability explorer on itself. This is the largest integration test we have.
- * @author alexeagle@google.com (Alex Eagle)
- */
- public class EndToEndTest extends TestCase {
- public void testTestabilityExplorer() throws Exception {
- Testability.main("com.google.test.metric");
- }
- }