Skip to content

SOQLAgregateTest

codefriar edited this page Oct 5, 2023 · 2 revisions

APIVERSION: 58

STATUS: ACTIVE

MIT License Copyright (c) 2020 Rafał Kopaczewski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Methods

private static void testSetup()

TESTSETUP

private static void testSOQLAgregateConstructor()

ISTEST

private static void testSOQLAgregateGetQueryString()

ISTEST

private static void testSOQLAgregateGetAggregateResults()

ISTEST

private static void testSOQLAgregateToStringOverride()

ISTEST

private static void testSOQLAgregateBuilderConstructor()

ISTEST

private static void testSOQLAgregateBuilderAverage()

ISTEST

private static void testSOQLAgregateBuilderAverageWithAlias()

ISTEST

private static void testSOQLAgregateBuilderCount()

ISTEST

private static void testSOQLAgregateBuilderCountWithAlias()

ISTEST

private static void testSOQLAgregateBuilderCountDistinct()

ISTEST

private static void testSOQLAgregateBuilderCountDistinctWithAlias()

ISTEST

private static void testSOQLAgregateBuilderMinimum()

ISTEST

private static void testSOQLAgregateBuilderMinimumWithAlias()

ISTEST

private static void testSOQLAgregateBuilderMaximum()

ISTEST

private static void testSOQLAgregateBuilderMaximumWithAlias()

ISTEST

private static void testSOQLAgregateBuilderSum()

ISTEST

private static void testSOQLAgregateBuilderSumWithAlias()

ISTEST

private static void testSOQLAgregateBuilderAddWhereCondition()

ISTEST

private static void testSOQLAgregateBuilderGroupBy()

ISTEST

private static void testSOQLAgregateBuilderGroupByRollup()

ISTEST

private static void testSOQLAgregateBuilderGroupByRollupWithGroupingAlias()

ISTEST

private static void testSOQLAgregateBuilderGroupByCube()

ISTEST

private static void testSOQLAgregateBuilderGroupByCubeWithGroupingAlias()

ISTEST

private static void testSOQLAgregateBuilderOrderByWithDirectionAndNullRecordsOrder()

ISTEST

private static void testSOQLAgregateBuilderScopeLimit()

ISTEST

private static void testSOQLAgregateBuilderOffset()

ISTEST

private static void testSOQLAgregateBuilderBuildSOQLAgregateQuery()

ISTEST

private static void testSOQLAgregateBuilderBuildSOQLQueryGroupByRollup()

ISTEST

private static void testSOQLAgregateBuilderBuildSOQLQueryGroupByCube()

ISTEST

private static void testSOQLAgregateBuilderToStringOverride()

ISTEST

private static User selectTestUser()


Clone this wiki locally