Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testExceptionOnNonCurrent (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/BwcVersionsTests.java

        public void testExceptionOnEmpty() {
            new BwcVersions(asList("foo", "bar"), Version.fromString("7.0.0"));
        }
    
        @Test(expected = IllegalStateException.class)
        public void testExceptionOnNonCurrent() {
            new BwcVersions(singletonList(formatVersionToLine("6.5.0")), Version.fromString("7.0.0"));
        }
    
        @Test(expected = IllegalStateException.class)
        public void testExceptionOnTooManyMajors() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 23.7K bytes
    - Click Count (0)
Back to Top