View source code
							
							
						
								Display the source code in core/runtime.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Struct core.runtime.UnitTestResult
This type is returned by the module unit test handler to indicate testing results.
						
				struct UnitTestResult
				;
						
					
				Fields
| Name | Type | Description | 
|---|---|---|
| executed | ulong | Number of modules which were tested | 
| passed | ulong | Number of modules passed the unittests | 
| runMain | bool | Should the main function be run or not? This is ignored if any tests failed. | 
| summarize | bool | Should we print a summary of the results? | 
Methods
| Name | Description | 
|---|---|
| opCast | Simple check for whether execution should continue after unit tests have been run. Works with legacy code that expected a bool return. | 
Authors
Sean Kelly
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.