All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pdsl.reports.proto.StrategicReportDataOrBuilder Maven / Gradle / Ivy

Go to download

The Polymorphic DSL test framework was designed to solve the challenges with testing large, complex systems. Modern architecture requires software to run as distrubited systems or on multiple platforms. The conventional cost of testing these systems is quite high. PDSL allows a user to describe the system under test using a DSL of some kind: a picture, sentences in natural languages, graphs, etc. Using a common DSL allows someone to make deeply scalable tests. A simple change to the DSL could generate dozens of tests providing coverage through many layers of the test pyramid or even multiple applications.

There is a newer version: 1.7.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: src/main/java/com/pdsl/reports/proto/StrategicReportData.proto

package com.pdsl.reports.proto;

public interface StrategicReportDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.pdsl.reports.proto.StrategicReportData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .com.pdsl.reports.proto.OperationalReportData operational_report_data = 1;
   */
  java.util.List 
      getOperationalReportDataList();
  /**
   * repeated .com.pdsl.reports.proto.OperationalReportData operational_report_data = 1;
   */
  com.pdsl.reports.proto.OperationalReportData getOperationalReportData(int index);
  /**
   * repeated .com.pdsl.reports.proto.OperationalReportData operational_report_data = 1;
   */
  int getOperationalReportDataCount();
  /**
   * repeated .com.pdsl.reports.proto.OperationalReportData operational_report_data = 1;
   */
  java.util.List 
      getOperationalReportDataOrBuilderList();
  /**
   * repeated .com.pdsl.reports.proto.OperationalReportData operational_report_data = 1;
   */
  com.pdsl.reports.proto.OperationalReportDataOrBuilder getOperationalReportDataOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy