[
https://issues.apache.org/jira/browse/EAGLE-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701130#comment-15701130
]
ASF GitHub Bot commented on EAGLE-801:
--------------------------------------
Github user chitin commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/685#discussion_r89724886
--- Diff:
eagle-core/eagle-app/eagle-app-base/src/test/java/org/apache/eagle/app/environment/TestExecutionRuntimeManager.java
---
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 org.apache.eagle.app.environment;
+
+import com.typesafe.config.Config;
+import com.typesafe.config.ConfigFactory;
+import junit.framework.Assert;
+import org.apache.eagle.app.environment.impl.StormEnvironment;
+import org.junit.Test;
+
+/**
+ * @Since 11/24/16.
+ */
+public class TestExecutionRuntimeManager {
+
+ @Test
+ public void testGetRunTime() {
+ Config config = ConfigFactory.load();
+ ExecutionRuntimeManager manager =
ExecutionRuntimeManager.getInstance();
+ ExecutionRuntime runtime =
manager.getRuntime(StormEnvironment.class, config);
+ System.out.println(runtime.getClass().getName());
--- End diff --
OK
> Add unit test for eagle-core module
> -----------------------------------
>
> Key: EAGLE-801
> URL: https://issues.apache.org/jira/browse/EAGLE-801
> Project: Eagle
> Issue Type: Test
> Reporter: Lingang Deng
> Assignee: Lingang Deng
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)