- Sort Score
- Result 10 results
- Languages All
Results 1471 - 1480 of 1,821 for testOrg (0.07 sec)
-
android/guava-tests/test/com/google/common/collect/EmptyImmutableTableTest.java
* limitations under the License. */ package com.google.common.collect; import com.google.common.annotations.GwtCompatible; import com.google.common.annotations.GwtIncompatible; import com.google.common.testing.EqualsTester; /** * Tests {@link EmptyImmutableTable} * * @author Gregory Kick */ @GwtCompatible(emulated = true) @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 19 20:34:55 UTC 2024 - 3.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/base/VerifyTest.java
checkMessage(expected); } @J2ktIncompatible @GwtIncompatible // NullPointerTester public void testNullPointers() { // Don't bother testing: Verify is like Preconditions. See the discussion on that class. } private static final Object IGNORE_ME = new Object() { @Override public String toString() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 3.2K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/PackageSanityTests.java
*/ package com.google.common.graph; import static com.google.common.graph.TestUtil.ERROR_ELEMENT_NOT_IN_GRAPH; import static com.google.common.truth.Truth.assertWithMessage; import com.google.common.testing.AbstractPackageSanityTests; /** * Covers basic sanity checks for the entire package. * * @author Kurt Alfred Kluever */ public class PackageSanityTests extends AbstractPackageSanityTests {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 11 16:13:05 UTC 2024 - 3.2K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/inheritance/t01/ProjectInheritanceTest.java
import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; /** * A test which demonstrates maven's recursive inheritance where * we are testing to make sure that elements stated in a model are * not clobbered by the same elements elsewhere in the lineage. * */ @Deprecated class ProjectInheritanceTest extends AbstractProjectInheritanceTestCase {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.5K bytes - Viewed (0) -
ci/official/utilities/generate_index_html.sh
<li><a href="http://cs/f:devtools/kokoro/config/prod/$KOKORO_JOB_NAME">Codesearch - job definition</a></li> <li><a href="http://cs/f:learning/brain/testing/kokoro/$(echo "$KOKORO_JOB_NAME" | sed 's!tensorflow/!!g')">Codesearch - build definition & scripts</a></li> <li><a href="http://cs/$KOKORO_JOB_NAME">Codesearch - All references to this job</a></li> </ul> <h2>Non-Googler Links</h2>
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Sep 29 20:26:13 UTC 2023 - 2.3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/FakeTicker.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.testing; import static com.google.common.base.Preconditions.checkArgument; import static java.util.concurrent.TimeUnit.NANOSECONDS; import com.google.common.annotations.Beta; import com.google.common.annotations.GwtCompatible;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 4.3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/AbstractStandardUndirectedGraphTest.java
import static org.junit.Assert.assertThrows; import static org.junit.Assert.assertTrue; import com.google.common.testing.EqualsTester; import java.util.Set; import org.junit.After; import org.junit.Test; /** * Abstract base class for testing undirected {@link Graph} implementations defined in this package. */ public abstract class AbstractStandardUndirectedGraphTest extends AbstractGraphTest {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 02 18:21:29 UTC 2024 - 12.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/TestThread.java
import com.google.common.testing.TearDown; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.concurrent.SynchronousQueue; import java.util.concurrent.TimeoutException; import junit.framework.AssertionFailedError; import org.checkerframework.checker.nullness.qual.Nullable; /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/em/docs/deployment/versions.md
``` ๐ ๐ & ๐ โ ๐ฎ "๐บ๐ฒ" โฌ. /// tip "๐บ๐ฒ" ๐ข ๐, ๐ผ, `0.2.3`, ๐บ๐ฒ โฌ `2`. /// ## โป FastAPI โฌ ๐ ๐ ๐ฎ ๐ฏ ๐ ๐ฑ. โฎ๏ธ **FastAPI** โซ๏ธ ๐ถ โฉ (๐ ๐), โ ๐ฉบ: [๐ฌ](../tutorial/testing.md){.internal-link target=_blank} โฎ๏ธ ๐ โ๏ธ ๐ฏ, โคด๏ธ ๐ ๐ช โป **FastAPI** โฌ ๐ โฎ๏ธ 1๏ธโฃ, & โ ๐ญ ๐ ๐ ๐ ๐ ๐ท โ ๐ ๐ ๐ฏ. ๐ฅ ๐ ๐ท, โ๏ธ โฎ๏ธ ๐ โ ๐ช ๐, & ๐ ๐ ๐ฏ ๐ถโโ๏ธ, โคด๏ธ ๐ ๐ช ๐ ๐ `fastapi` ๐ ๐ โฎ๏ธ โฌ. ## ๐ ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
val taskName = if (performanceTestSpec.type == PerformanceTestType.flakinessDetection) "performanceTestFlakinessReport" else "performanceTestReport" artifactRules = """ testing/$performanceProjectName/build/performance-test-results.zip """ if (performanceTestProject.performanceTests.any { it.testProjects.isNotEmpty() }) { val dependencyBuildIds = performanceTestProject.performanceTests
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 10 13:15:00 UTC 2024 - 5.1K bytes - Viewed (0)