Home / Function/ test() — spring-boot Function Reference

test() — spring-boot Function Reference

Architecture documentation for the test() function in TaskConfigurationAvoidanceTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  3cbfd49f_3062_8a60_f952_0190219323f7["test()"]
  be4a6fc8_7977_f2bb_8151_e6de22f9f94c["test()"]
  be4a6fc8_7977_f2bb_8151_e6de22f9f94c -->|calls| 3cbfd49f_3062_8a60_f952_0190219323f7
  5792b095_5132_92f5_56fb_451355fc101f["test()"]
  5792b095_5132_92f5_56fb_451355fc101f -->|calls| 3cbfd49f_3062_8a60_f952_0190219323f7
  be4a6fc8_7977_f2bb_8151_e6de22f9f94c["test()"]
  3cbfd49f_3062_8a60_f952_0190219323f7 -->|calls| be4a6fc8_7977_f2bb_8151_e6de22f9f94c
  style 3cbfd49f_3062_8a60_f952_0190219323f7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/TaskConfigurationAvoidanceTests.java lines 121–124

			@Override
			public boolean test(JavaMethodCall methodCall) {
				return methodCall.getTargetOwner().isEquivalentTo(this.owner) && methodCall.getName().equals(this.name);
			}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does test() do?
test() is a function in the spring-boot codebase.
What does test() call?
test() calls 1 function(s): test.
What calls test()?
test() is called by 2 function(s): test, test.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free