Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 54 for webinar (0.12 sec)

  1. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/flatmultimodule/some-thing/webinar-impl/src/test/java/webinar/WebinarTest.java

    package webinar;
    
    import org.junit.Assert;
    import org.junit.Test;
    
    public class WebinarTest {
      
      @Test public void normalizesDescription() {
        //when
        Demoable demoable = new Webinar("nice   day");
        
        //then
        Assert.assertEquals("nice day", demoable.getDescription());
      }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 291 bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModule/some-thing/webinar-impl/src/test/java/webinar/WebinarTest.java

    package webinar;
    
    import org.junit.Assert;
    import org.junit.Test;
    
    public class WebinarTest {
      
      @Test public void normalizesDescription() {
        //when
        Demoable demoable = new Webinar("nice   day");
        
        //then
        Assert.assertEquals("nice day", demoable.getDescription());
      }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 291 bytes
    - Viewed (0)
  3. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/flatmultimodule/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  4. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleNoBackReferences/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  5. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithNestedParent/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/webinar-war/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <artifactId>webinar-war</artifactId>
      <packaging>war</packaging>
      <name>Webinar web application</name>
    
      <parent>
        <groupId>com.example.webinar</groupId>
        <artifactId>webinar-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
      </parent>
    
      <dependencies>
        <dependency>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/flatmultimodule/some-thing/webinar-api/pom.xml

      <modelVersion>4.0.0</modelVersion>
    
      <artifactId>webinar-api</artifactId>
      <packaging>jar</packaging>
      <name>Webinar APIs</name>
    
      <parent>
        <groupId>com.example.webinar</groupId>
        <artifactId>webinar-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
        <relativePath>../webinar-parent</relativePath>
      </parent>
    
      <properties>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 654 bytes
    - Viewed (0)
  8. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleNoBackReferences/some-thing/webinar-api/pom.xml

      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
    
      <artifactId>webinar-api</artifactId>
      <packaging>jar</packaging>
      <name>Webinar APIs</name>
      <groupId>com.example.webinar</groupId>
      <version>1.0-SNAPSHOT</version>
    
      <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
      </properties>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 531 bytes
    - Viewed (0)
  9. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/util-parent/pom.xml

        <modelVersion>4.0.0</modelVersion>
        <groupId>com.example.webinar</groupId>
        <artifactId>util-parent</artifactId>
        <packaging>pom</packaging>
        <name>Util Parent</name>
        <parent>
            <groupId>com.example.webinar</groupId>
            <artifactId>webinar-parent</artifactId>
            <version>1.0-SNAPSHOT</version>
        </parent>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 570 bytes
    - Viewed (0)
  10. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModule/some-thing/webinar-impl/pom.xml

      <modelVersion>4.0.0</modelVersion>
    
      <artifactId>webinar-impl</artifactId>
      <packaging>jar</packaging>
      <name>Webinar implementation</name>
    
      <parent>
        <groupId>com.example.webinar</groupId>
        <artifactId>webinar-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
      </parent>
    
      <properties>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top