- Sort Score
- Result 10 results
- Languages All
Results 11 - 15 of 15 for testResource (0.05 sec)
-
compat/maven-builder-support/src/test/java/org/apache/maven/building/DefaultProblemTest.java
Exception e = new Exception(); problem = new DefaultProblem(null, null, null, -1, -1, e); assertSame(e, problem.getException()); } @Test void testGetSource() { DefaultProblem problem = new DefaultProblem(null, null, null, -1, -1, null); assertEquals("", problem.getSource()); problem = new DefaultProblem(null, null, "", -1, -1, null);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.9K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleExecutor.java
plugins = new LinkedHashSet<>(); plugins.add(newPlugin("maven-compiler-plugin", "compile", "testCompile")); plugins.add(newPlugin("maven-resources-plugin", "resources", "testResources")); plugins.add(newPlugin("maven-surefire-plugin", "test")); plugins.add(newPlugin("maven-jar-plugin", "jar")); plugins.add(newPlugin("maven-install-plugin", "install"));
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.6K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 5.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java
assertNotNull(map.get(FieldNames.LANGUAGES)); assertNotNull(map.get(FieldNames.KINDS)); assertNotNull(map.get(FieldNames.TIMESTAMP)); } @Test public void testGetSource() { // Test getSource method String[] text = { "source", "test" }; String[][] readings = { { "source" }, { "test" } }; String[] fields = { "field1" };
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16.7K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</association> <annotations> <annotation>@Deprecated(since = "4.0.0")</annotation> </annotations> </field> <field> <name>testResources</name> <version>4.0.0+</version> <description> This element describes all the classpath resources such as properties files associated with a project's unit tests.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)