com.xrosstools.xunit.CompletionMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xunit Show documentation
Show all versions of xunit Show documentation
The runtime for xross unit model
The newest version!
package com.xrosstools.xunit;
public enum CompletionMode {
all,
any,
critical,
none;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy