MultiMethodTest.java (1738ad43) MultiMethodTest.java (4e167d9c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 118 unchanged lines hidden (view full) ---

127 TestCase tCase = tEnv.getTestCase();
128 tCase.disposeTestEnvironment(tEnv, tParam);
129 }
130
131 /**
132 * Runs the interface test: its method tests. First, it initializes some
133 * of MultiMethodTest fields, like tRes, log, tEnv, etc. Then, it queries
134 * the tested interface and initializes 'oObj' field (defined in a
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 118 unchanged lines hidden (view full) ---

127 TestCase tCase = tEnv.getTestCase();
128 tCase.disposeTestEnvironment(tEnv, tParam);
129 }
130
131 /**
132 * Runs the interface test: its method tests. First, it initializes some
133 * of MultiMethodTest fields, like tRes, log, tEnv, etc. Then, it queries
134 * the tested interface and initializes 'oObj' field (defined in a
135 * subclass). Before calling method tests, before() method calles to allow
135 * subclass). Before calling method tests, before() method calls to allow
136 * initialization of s stuff before testing. Then, the method tests are
137 * called. After them, after() method is called, to allow cleaning up the
138 * stuff initialized in before() and test methods.
139 *
140 * @param entry the interface test state
141 * @param tEnv the environment to test
142 * @param tParam the parameters of the test
143 *

--- 365 unchanged lines hidden ---
136 * initialization of s stuff before testing. Then, the method tests are
137 * called. After them, after() method is called, to allow cleaning up the
138 * stuff initialized in before() and test methods.
139 *
140 * @param entry the interface test state
141 * @param tEnv the environment to test
142 * @param tParam the parameters of the test
143 *

--- 365 unchanged lines hidden ---