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

markAsRan() — spring-boot Function Reference

Architecture documentation for the markAsRan() function in SpringApplicationTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  6e5a7106_296e_da3c_903f_2eaad097a43c["markAsRan()"]
  b9649cbe_10eb_8608_3985_13be9c3a2f71["run()"]
  b9649cbe_10eb_8608_3985_13be9c3a2f71 -->|calls| 6e5a7106_296e_da3c_903f_2eaad097a43c
  8dbcda8a_d2ea_9ac2_faf9_91b788ac5f2d["run()"]
  8dbcda8a_d2ea_9ac2_faf9_91b788ac5f2d -->|calls| 6e5a7106_296e_da3c_903f_2eaad097a43c
  1a4ac22d_c3f7_8c40_187f_3ded4b9cba94["hasRun()"]
  6e5a7106_296e_da3c_903f_2eaad097a43c -->|calls| 1a4ac22d_c3f7_8c40_187f_3ded4b9cba94
  style 6e5a7106_296e_da3c_903f_2eaad097a43c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java lines 1941–1947

		void markAsRan() {
			this.run = true;
			for (String name : this.expectedBefore) {
				AbstractTestRunner bean = this.applicationContext.getBean(name, AbstractTestRunner.class);
				assertThat(bean.hasRun()).isTrue();
			}
		}

Domain

Subdomains

Calls

  • hasRun()

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free